crypto/hmac.hmac.opad (field)
9 uses
crypto/hmac (current package)
hmac.go#L47: opad, ipad []byte
hmac.go#L61: if err := h.outer.(marshalable).UnmarshalBinary(h.opad); err != nil {
hmac.go#L66: h.outer.Write(h.opad)
hmac.go#L111: h.outer.Write(h.opad)
hmac.go#L119: h.opad = omarshal
hmac.go#L155: hm.opad = make([]byte, blocksize)
hmac.go#L162: copy(hm.opad, key)
hmac.go#L166: for i := range hm.opad {
hmac.go#L167: hm.opad[i] ^= 0x5c
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |